<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.cont {
  width: 1200px;
  margin: 0 auto;
}

header {
  height: 892px;
  /*banner*/
}

header .header {
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

header .header ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
}

header .header ul li {
  position: relative;
  width: 129px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

header .header ul li .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

header .header ul li .box .real {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

header .header ul li .box .back {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -100px;
  color: #fff;
  background-color: #85ba08;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

header .header ul li .drop {
  position: absolute;
  display: none;
  z-index: 111;
  top: 100px;
  width: 129px;
  background-color: rgba(255, 255, 255, 0.9);
}

header .header ul li .drop a {
  display: block;
  color: #707070;
  font-size: 14px;
  line-height: 36px;
}

header .header ul li:hover .real,
header .header ul li.active .real {
  top: 100px;
}

header .header ul li:hover .back,
header .header ul li.active .back {
  top: 0;
}

header .banner {
  position: relative;
  width: 100%;
  height: 892px;
  overflow: hidden;
}

header .banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  height: 100%;
  overflow: hidden;
}

header .banner .bd ul li {
  zoom: 1;
}

header .banner .bd ul li a {
  display: block;
  height: 892px;
  width: 100%;
}

header .banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}

header .banner .hd li {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.25;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

header .banner .hd .on {
  opacity: 1;
}

header .nybanner {
  width: 100%;
  height: 100%;
  background: url(../images/bg2j2_01.jpg) repeat-x center center;
}

header .nybanner .cont {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

header .nybanner .cont h1 {
  color: #fff;
  font-size: 48px;
}

header .nybanner .cont p {
  color: #fff;
  font-size: 24px;
  margin-top: 1em;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}

footer .top {
  background-color: #F7F7F7;
  padding-bottom: 40px;
}

footer .top .cont .links {
  line-height: 78px;
  border-bottom: 1px solid #E3E3E3;
}

footer .top .cont .links a {
  color: #333;
  font-size: 16px;
  text-transform: lowercase;
}

footer .top .cont .links a span {
  color: #85ba08;
  font-weight: bold;
}

footer .top .cont .info {
  display: flex;
  padding-top: 40px;
}

footer .top .cont .info .foot-nav {
  display: flex;
}

footer .top .cont .info .foot-nav dl {
  margin-right: 50px;
}

footer .top .cont .info .foot-nav dl dt a {
  color: #111;
  font-size: 18px;
  line-height: 1;
}

footer .top .cont .info .foot-nav dl .line {
  width: 24px;
  height: 1px;
  margin: 12px 0;
  background-color: #85ba08;
}

footer .top .cont .info .foot-nav dl dd a {
  display: block;
  color: #777;
  font-size: 16px;
  line-height: 2;
}

footer .top .cont .info .contact {
  width: 124px;
}

footer .top .cont .info .contact .kefu {
  margin-bottom: 6px;
}

footer .top .cont .info .contact .kefu span {
  color: #111;
  font-size: 18px;
  line-height: 1;
}

footer .top .cont .info .contact .kefu p {
  color: #85ba08;
  font-size: 16px;
  font-weight: bold;
}

footer .top .cont .info .contact .call {
  margin-top: 6px;
}

footer .top .cont .info .contact .call span {
  color: #000;
  font-size: 18px;
}

footer .top .cont .info .contact .call p {
  color: #008000;
  font-size: 18px;
}

footer .top .cont .info .contact .add span {
  color: #000;
  font-size: 18px;
}

footer .top .cont .info .contact .add p {
  font-size: 16px;
  line-height: 2;
  color: #777;
}

footer .top .cont .info .line {
  width: 1px;
  height: 200px;
  margin: 0 40px;
  background-color: #E3E3E3;
}

footer .top .cont .info .more {
  flex: 1;
}

footer .top .cont .info .more .search-box form {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: #EBEBEB;
  padding: 0 1em;
}

footer .top .cont .info .more .search-box form input {
  background: none;
  flex: 1;
}

footer .top .cont .info .more .search-box form button {
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center center;
}

footer .top .cont .info .more .pics {
  display: flex;
  margin-top: 20px;
}

footer .top .cont .info .more .pics .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .top .cont .info .more .pics .qrcode img{
  width: 105px;
  height: 105px;	
}
footer .top .cont .info .more .pics .foot-logo {
  margin-left: auto;
}

footer .cr {
  width: 100%;
  height: 83px;
  background: url(../images/bottombg3.gif) no-repeat center center;
  color: #fff;
  font-size: 14px;
  line-height: 83px;
  margin-top: auto;
}


.float {
  position: fixed;
  top: 72%;
  right: 0;
  margin-top: -176px;
  z-index: 2000;
  width: 48px;
  height: 250px;
}

.float_show {
  background-color: rgba(0, 0, 0, .8);
  width: 48px;
  height: 48px;
}

.float_show a {
  display: block;
  color: #FFF;
  font-size: 16px;
  width: auto;
  height: 48px;
  overflow: hidden;
}

.float_show a img {
  vertical-align: middle;
}

.float_show.float_show0 {
  background: url(../images/float_cur.png) no-repeat top;
  padding-top: 6px;
  height: 48px;
}

.float_show.float_show0 a {
  background: url(../images/float_icon1.png) no-repeat;
  width: 48px;
  height: 48px;
}

.float_show:hover a {
  background: -webkit-linear-gradient(left, #85ba08, #335497);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #85ba08, #335497);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #85ba08, #335497);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #85ba08, #335497);
  /* 鏍囧噯鐨勮娉� */
  line-height: 48px;
  color: #FFF;
}

.float_show.float_show0:hover {
  background: url(../images/float_curho.png) no-repeat top;
  padding-top: 6px;
  height: 48px;
}

.float_show.float_show0:hover a {
  background: url(../images/floath.png) no-repeat;
  width: 48px;
  height: 48px;
}

.float_show.float_show4 .float_wx {
  display: none;
  position: absolute;
  top: -128px;
  left: -188px;
  background: url(../images/float_wxbd.png) no-repeat;
  width: 188px;
  height: 178px;
  padding: 18px 27px 0 17px;
}

.float_show.float_show4:hover .float_wx {
  display: block;
}

.float_show.float_show1 {
  position: absolute;
  top: 49px;
  right: -124px;
  width: 172px;
  transition: all 0.6s;
}

.float_show.float_show2 {
  position: absolute;
  top: 98px;
  left: 0;
}

.float_show.float_show3 {
  position: absolute;
  top: 147px;
  right: -78px;
  width: 126px;
  transition: all 0.6s;
}

.float_show.float_show4 {
  position: absolute;
  top: 196px;
  right: -78px;
  width: 126px;
}

.float_show.float_show1:hover {
  right: 0px;
}

.float_show.float_show3:hover {
  right: 0px;
}</pre></body></html>